.top-content{
    display: flex;
    width: 1200px;
    height: 495px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
}
.left-content{
    position: relative;
    height: 495px;
    width: 740px;
}
.left-content img{
    border-radius: 1px;
    width: 740px;
    height: 495px;
}
.content-alpha{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
    height: 53px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    align-items: center;
}
.content-alpha-statue{
    margin-left: 17px;
    margin-right: 11px;
    padding: 1px 5px;
    font-size: 11px;
    background-color: #073E73;
    border-radius: 1px;
    color: #fff;
}
.content-alpha-des{
    color: #fff;
}
.left-des{
    width: 674px;
    padding-right: 11px;
}
.right-des{
    width: 363px;
    padding-right: 11px;
}
.right-content{
    margin-left: 30px;
    width: 430px;
}
.right-top{
    position: relative;
    margin-bottom: 13px;
    height: 241px;
}
.right-top img{
    width: 430px;
    height: 241px;
    border-radius: 1px;
}
.right-bottom{
    position: relative;
    height: 241px;
}
.right-bottom img{
    width: 430px;
    height: 241px;
    border-radius: 1px;
}

.spot{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 1200px;
}
.spot-left-content{
    width: 942px;
}
.spot-tap{
    margin-right: 11px;
    margin-bottom: 23px;
}
.section-news{
    display: flex;
    margin-top: 51px;
    width: 942px;
    align-items: center;
    justify-content: space-between;
}
.section-image-title{
    display: flex;
}
.section-image{
    width: 23px;
    height: 23px;
}
.section-title{
    margin-left: 5px;
    height: 23px;
    line-height: 23px;
    font-size: 17px;
}
.item-box{
    width: 942px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.item{
    background-color: white;
    width: 223px;
    height: 272px;
    margin-bottom: 17px;
    border-radius: 2px;
    margin-right: 13px;
}
.item:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
    -o-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
    transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
}

.item:nth-child(4n){
    margin-right: 0;
}

.spot-cover{
    position: relative;
}
.spot-coverImg{
    width: 223px;
    height: 148px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;

}
.live-now{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    font-size: 9px;
    padding: 0 5px;
    color: white;
    background-color: #4472F8;
    border-top-left-radius: 2px;
    text-align: center;
    line-height: 20px;
}
.item-des{
    margin: 11px 11px 17px 11px;
    height: 46px;
    font-size: 16px;
}
.time{
    display: flex;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 13px;
    color: #999999;
}
.time-des{
    flex: 1;
}
.editImg{
    width: 13px;
    height: 13px;
    margin-top: 2px;
}

.more{
    margin-bottom: 74px;
}

.spot-right-content{
    margin-left: 5px;
    margin-top: 51px;
    width: 251px;
}
.vitem-spot-cover{
    border: 0px solid #f5f5f5;
}
.vitem-spot-coverImg{
    width: 228px;
    height: 152px;
    margin-bottom: 11px;
    /*object-fit: cover;*/
}

.vitem-item-des{
    margin: 0 11px 17px 11px;
    font-size: 16px;
}
.pic-jie{
    width: 251px;
    height: 414px;
    margin-top: 17px;
}

.right-pic-talk {
    width: 228px;
    height: 355px !important;
    margin-bottom: 14px;
    border-radius: 2px;
}
.right-pic-talk-img{
    width: 228px;
    height: 322px;
    border-radius: 2px;
}